home *** CD-ROM | disk | FTP | other *** search
-
-
- ======================== GLOBAL COMMANDS =============================
-
-
- WinBig L T W H Title
- WinSmall L T W H
- WinType MASK (Close|Drag|Zoom|Depth|Borderless|Backdrop|RIGHT|BOTTOM)
- WinOut ConsoleSpecification
- WinOnWin GuiName LeftOffset TopOffset
- WinOnMouse LeftOffset TopOffset
- Screen PublicScreenName
- WinFont FontName Size UL|BD|IT(Mask)
- WinBackground SOLID|PATTERN|ICON APen|IconName BPen
- UseTopaz
- NoFontSense
-
-
- ========================= GRAPHICS COMMANDS ========================
-
-
- BOX L T W H IN|OUT BUTTON|RIDGE|ICONDROP
- CTEXT L T Text FontName size FGpen BGpen MASK(Underline|Bold|Italics)
- LINE L T L T ColorNo
- SQUARE L T W H ColorNo FILL|NOFILL
- CIRCLE centerL centerT xradius yradius ColorNo FILL|NOFILL
-
-
- ================================ EVENTS ============================
-
-
- xButton L T W H Title
- xCheckBox L T W H Title Variable OnText OffText ON|OFF
- xVSlider L T W H Title Variable Min Max Current ShowStr
- xHSlider L T W H Title Variable Min Max Current ShowStr
- xTextIn L T W H Title Variable StartingText Bufflength
- xCycler L T W H Title Variable
- xListview L T W H Title Variable FromFile Offset NUM|TXT|DIR|MULTI
- xRadio L T W H Variable Spacing
- xMemu Menu Item SubItem Shortcut
- xIcon L T IconName (no .info)
- xAppMenu AppMenuName Variable ONOFF
- xAppIcon L T IconName Title Variable ON|OFF
- xAppWindow Variable
-
- xOnKey Letter|KeyValue
- xRoutine RoutineName
- xLVDirHook HookID
- xOnReturn LaunchID
- Text L T W H Text Length BOX|NOBOX
-
- Other Events xOnLoad, xOnOpen, xOnClose, xOnQuit
- xOnRMB, xOnActive, xOnInactive, xBefore, xAfter
- xOnDoubleclick, xOnFail, xOnReload
-
-
- --------------------------- GADGET MODIFIERS -------------------------
-
-
- Gadget Modifiers :
-
- GadID IDNumber
- GadFont FontName FontSize MASK(Underline|Bold|Italics)
- GadTitle ABOVE|BELOW|LEFT|RIGHT|HIGH
- GadKey Letter (or #ASCII value)
- GadTxt LEFT|CENTER|RIGHT
- LVColors Foregnd Backgnd SelectedBgnd Dirs
- LVDirHook HookID
-
- ============================== EVENT COMMANDS ==========================
-
-
- ---------> Controlling Gadgets :
-
- SetGad GuiFile GadID ON|OFF|SHOW|HIDE (Arexx capable)
- Update GuiFile GadID Value (Arexx capable)
- ChangeArg GuiFile GadID ArgNumber NewValue
- ChangeGad GuiFile GadID L T W H Title
- ReDraw GuiFile
- ChangeIcon GuiFile GadID L T NewIconName
-
- ---------> Control Statements :
-
- If/Else/Endif Argument Operator Argument
- IfExists/Else/EndIf SystemItem Name
- While/EndWhile Argument Operator Argument
- Mark/Goto MarkName
- Gosub/Return GuiName RoutineName (ARexx capable)
- DoCase/Case/Break/EndCase (DoCase) Argument - (Case) Operator Argument
- Stop
-
- ------------- All Commands below this line are ARexx capable ---------
-
- Quit
-
- ---------> Commands which set the $$RETCODE :
-
- Run, CLI CommandLine
- Launch LaunchID CommandLine
- SendRexx PortName CommandLine
- Wait SystemItem Name TimeOut
- Delete File/Dir (with wild characters)
- Copy File/Dir Destination (with wild characters)
- MakeDir DirName
- assign Device: Path|REMOVE
- rename OldName NewName
- FailAt ErrorNumber
-
- Action Action Source Destination
- LVAction Action GuiFile GadID Destination
-
- ---------> Handling GUIs :
-
- GuiLoad FullPath/GuiName
- GuiOpen GuiName
- GuiClose GuiName
- GuiQuit GuiName
- GuiRename GuiName NewName
- Status
-
- ---------> Handling Variables :
-
- SetVar Variable String
- DelVar Variable (May use wildcard eg. var#?)
- AppVar Variable Text
- CutVar SourceVar CUT|COPY CHAR|WORD|LINE Amount DestinationVar
- Counter Variable INC|DEC Amount
- Append File String
- Extract Variable Root|File|Path|Guipath|Clean|Unquote|Ext
- Upper|Lower ToVariable
- JoinFile Path File ToVariable
-
- ---------> ListView Commands :
-
- LVChange GuiFile GadID NewFromFile
- LVSort GuiFile GadID
- LVFind GuiFile GadID String
- LVAdd GuiFile GadID String
- LVDel GuiFile GadID LineNumber
- LVClear GuiFile GadID
- LVSave GuiFile GadID FileName
- LVGet GuiFile GadID LineNumber Variable
- LVPut GuiFile GadID LineNumber NewText
- LVMove GuiFile GadID +-Offset
-
- ---------> Dir/Multi Listview Commands :
-
- LVDir GuiFile GadID Parent|Root|Disks|All|None|#DirName
- Refresh|Norefresh
- LVMulti GuiName GadID First|Next|On|Off
-
- ---------> Various Commands :
-
- SetScreen GuiFile ScreenName
- GuiScreen GuiFile FRONT|BACK
- GuiWindow GuiFile ON|BIG|SMALL|FRONT|BACK|WAIT|RESUME
- SetWinTitle GuiFile NewTitle
- ReqFile L T W H Title SAVE|LOAD|MULTI|DIR Variable DirName
- CD NewDirectoryName
- Delay Ticks
- EZReq Text Choices Variable
- Say Text
- Set [parameter] [value]
- SetStack StackSize
- MakeScreen ScreenName Depth Title
- KillScreen ScreenName
- SetColor GuiFile ColorNumber R G B
- TTGet FullPath/IconName (without .info)
-
- ---------------------------------------------------------------------
-
- ACTIONS : COPY COPYNEW MOVE DELETE PROTECT SIZE
-
- SYSTEM : PORT SCREEN FILE DIRECTORY GUI WINDOW VARIABLE
- DEVICE VOLUME ASSIGN DOS
-
-
-
-